|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SPCurrencyServerListener | |
---|---|
com.sponsorpay.sdk.android.publisher | |
com.sponsorpay.sdk.android.publisher.currency |
Uses of SPCurrencyServerListener in com.sponsorpay.sdk.android.publisher |
---|
Methods in com.sponsorpay.sdk.android.publisher with parameters of type SPCurrencyServerListener | |
---|---|
static void |
SponsorPayPublisher.requestNewCoins(Context context,
java.lang.String userId,
SPCurrencyServerListener listener,
java.lang.String transactionId,
java.lang.String securityToken,
java.lang.String applicationId)
Sends a request to the SponsorPay currency server to obtain the variation in amount of virtual currency for a given user. |
Uses of SPCurrencyServerListener in com.sponsorpay.sdk.android.publisher.currency |
---|
Classes in com.sponsorpay.sdk.android.publisher.currency that implement SPCurrencyServerListener | |
---|---|
class |
VirtualCurrencyConnector
Provides services to access SponsorPay's Virtual Currency Server. |
Fields in com.sponsorpay.sdk.android.publisher.currency declared as SPCurrencyServerListener | |
---|---|
protected SPCurrencyServerListener |
CurrencyServerAbstractResponse.mListener
Listener which will be notified after parsing the response. |
private SPCurrencyServerListener |
VirtualCurrencyConnector.mUserListener
SPCurrencyServerListener registered by the developer code to be notified of the result of requests to the
Virtual Currency Server. |
Methods in com.sponsorpay.sdk.android.publisher.currency with parameters of type SPCurrencyServerListener | |
---|---|
void |
CurrencyServerAbstractResponse.setResponseListener(SPCurrencyServerListener listener)
Set the response listener which will be notified when the parsing is complete. |
Constructors in com.sponsorpay.sdk.android.publisher.currency with parameters of type SPCurrencyServerListener | |
---|---|
VirtualCurrencyConnector(Context context,
java.lang.String userId,
SPCurrencyServerListener listener,
HostInfo hostInfo,
java.lang.String securityToken)
Initializes a new instance with the provided context and application data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |